home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
redakcyjne
/
programy
/
Karaoke 5 37.9
/
karaoke5.exe
/
{app}
/
karaoke.exe
/
0
/
RCDATA
/
TSAMPLEPROPEDITOR
/
TSAMPLEPROPEDITOR.txt
Wrap
Text File
|
2010-01-24
|
939b
|
46 lines
object SamplePropEditor: TSamplePropEditor
Left = 381
Top = 278
BorderStyle = bsDialog
Caption = 'Sample property editor'
ClientHeight = 144
ClientWidth = 255
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 241
Height = 97
Caption = ' Scroll Direction '
Columns = 2
ItemIndex = 0
Items.Strings = (
'Left To Right'
'Right To Left'
'Horizontal Bounce'
'Top To Bottom'
'Bottom To Top'
'Vertical Bounce')
TabOrder = 0
OnClick = RadioGroup1Click
end
object Button1: TButton
Left = 176
Top = 112
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 1
OnClick = Button1Click
end
end